Excel for UWP/WinRT
Insert(Int32,XLColumn,XLCell[]) メソッド

項目を挿入する位置。
挿入される項目。
挿入される列のセルの配列。
コレクションの特定の位置に XLColumn オブジェクトを挿入します。
構文
'宣言
 
Public Overloads Function Insert( _
   ByVal index As System.Integer, _
   ByVal col As XLColumn, _
   ByVal cells() As XLCell _
) As XLColumn
public XLColumn Insert( 
   System.int index,
   XLColumn col,
   XLCell[] cells
)

パラメータ

index
項目を挿入する位置。
col
挿入される項目。
cells
挿入される列のセルの配列。

戻り値の型

コレクションに追加された項目への参照。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

XLColumnCollection クラス
XLColumnCollection メンバ
オーバーロード一覧

Send Feedback